GN (Go Exception Not Handled)
Syntax
[[thread]]
GN
Parameter
thread
The thread to
execute. This thread must have been stopped by an exception. See Process and
Thread Syntax
Description
Continues
execution of the given thread without marking the exception as having been
handled. This allows the debuggee s
exception handler to handle the exception. You can also use Go Unhandled from
the Run menu to continue the exception.
Use the GH